const math/big.divRecursiveThreshold

3 uses

	math/big (current package)
		natdiv.go#L615: 	if n < divRecursiveThreshold {
		natdiv.go#L722: const divRecursiveThreshold = 100
		natdiv.go#L767: 	if n < divRecursiveThreshold {